ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / Selection Property






In This Topic
    Selection Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the current selection.
    Syntax
    'Declaration
     
    
    Public Overridable Property Selection As CellRange
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As CellRange
     
    instance.Selection = value
     
    value = instance.Selection
    public virtual CellRange Selection {get; set;}
    public read-write property Selection: CellRange; virtual; 
    public function get,set Selection : CellRange
    public: __property virtual CellRange* get_Selection();
    public: __property virtual void set_Selection( 
       CellRange* value
    );
    public:
    virtual property CellRange^ Selection {
       CellRange^ get();
       void set (    CellRange^ value);
    }
    See Also